ArcFM Responder Mobile Developer Guide
FindAll(IEnumerable<DataRow>) Method






Syntax
'Declaration
 
Public Overloads Shared Function FindAll( _
   ByVal rows As System.Collections.Generic.IEnumerable(Of DataRow) _
) As System.Collections.Generic.IEnumerable(Of T)
'Usage
 
Dim rows As System.Collections.Generic.IEnumerable(Of DataRow)
Dim value As System.Collections.Generic.IEnumerable(Of T)
 
value = ResponderObjectBaseGeneric(Of T).FindAll(rows)
public static System.Collections.Generic.IEnumerable<T> FindAll( 
   System.Collections.Generic.IEnumerable<DataRow> rows
)
public function FindAll( 
    rows: System.Collections.Generic.IEnumerable
): System.Collections.Generic.IEnumerable; static; 
public static function FindAll( 
   rows : System.Collections.Generic.IEnumerable
) : System.Collections.Generic.IEnumerable;
public: static System.Collections.Generic.IEnumerable<T*>* FindAll( 
   System.Collections.Generic.IEnumerable<DataRow*>* rows
) 
public:
static System.Collections.Generic.IEnumerable<T^>^ FindAll( 
   System.Collections.Generic.IEnumerable<DataRow^>^ rows
) 

Parameters

rows
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ResponderObjectBaseGeneric<T> Class
ResponderObjectBaseGeneric<T> Members
Overload List

Send Feedback